home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / pbmpl91d.zip / PBMPLUS / MAN / PNMINDEX.MAN < prev    next >
Text File  |  1993-01-08  |  1KB  |  67 lines

  1.  
  2.  
  3. pnmindex(1)                Unix Programmer's Manual                pnmindex(1)
  4.  
  5.  
  6. NAME
  7.      pnmindex - build a visual index of a bunch of anymaps
  8.  
  9. SYNOPSIS
  10.      pnmindex [-size N] [-across N] [-colors N] [-black] pnmfile ...
  11.                      -           -           -           -------
  12.  
  13. DESCRIPTION
  14.      This script makes small versions of a bunch of anymaps, adds labels,  and
  15.      concatenates them together into a collage.
  16.  
  17. OPTIONS
  18.  
  19.      -size
  20.           Controls how big each image becomes; the default is 100x100.
  21.  
  22.      -across
  23.           Controls how many images are in each row; the default is 6.
  24.  
  25.      -colors
  26.           Controls how many colors the  final  index  gets  quantized  to,  if
  27.           quantization is necessary; the default is 256.
  28.  
  29.      -black
  30.           Controls the color of the padding between the images; normally  it's
  31.           white  and  the  labels are black lettering on white background, but
  32.           the -black flag reverses this.
  33.  
  34. SEE ALSO
  35.      pnmscale(1), pnmcat(1), pbmtext(1), ppmquant(1), pnm(5)
  36.  
  37. BUGS
  38.      It's very slow.
  39.  
  40.      It's a csh script.  Csh scripts are not portable to System V.  Scripts in
  41.      general are not portable to non-Unix environments.
  42.  
  43. AUTHOR
  44.      Copyright (C) 1991 by Jef Poskanzer.
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.                                9 January 1991                                1
  66.  
  67.